home *** CD-ROM | disk | FTP | other *** search
/ Aminet 4 / Aminet 4 - November 1994.iso / aminet / dev / c / appsource.lha / APlusPlus / SASC++ / APPLibrary / smakefile < prev   
Encoding:
Makefile  |  1994-08-29  |  4.3 KB  |  157 lines

  1. #
  2. # SAS Makefile for the A++ Library
  3. # Copyright (C) by Armin Vogt
  4. #
  5. # This makefile has been created automatically with 'makesas'
  6. # $Id: makesas,v 1.3 1994/07/15 21:49:50 Armin_Vogt Exp Armin_Vogt 0
  7. #
  8.  
  9. LIBRARYFILE     =       aplusplus.lib
  10. LIBSOURCE       =       apphome:libsource/
  11. APPHEADERS      =       appinclude:APlusPlus/
  12. APPINCLUDE      =       appinclude:
  13. INCLUDERCS      =       apphome:RCS/include/APlusPlus/
  14. LIBRCS          =       apphome:RCS/libsource/
  15.  
  16.  
  17. CI       =     @ ci -l
  18. CIOPTS   =     -l
  19. TOUCH    =     @ touch
  20.  
  21.  
  22. OBJS =  \
  23.  APPObject.o\
  24.  AttrList.o\
  25.  AutoDrawArea.o\
  26.  BoopsiGadget.o\
  27.  Canvas.o\
  28.  DrawArea.o\
  29.  FontC.o\
  30.  GadgetCV.o\
  31.  GBorder.o\
  32.  GraphicObject.o\
  33.  GT_Boolean.o\
  34.  GT_Gadget.o\
  35.  GT_Listview.o\
  36.  GT_Scroller.o\
  37.  GT_String.o\
  38.  GWindow.o\
  39.  IntuiMessageC.o\
  40.  IntuiObject.o\
  41.  IntuiRoot.o\
  42.  Intui_TypeInfo.o\
  43.  ITransponder.o\
  44.  List.o\
  45.  LvObject.o\
  46.  MapArray.o\
  47.  MessageC.o\
  48.  ObjectList.o\
  49.  PriorityList.o\
  50.  RawKeyDecoder.o\
  51.  RectObject.o\
  52.  RowColumnGroup.o\
  53.  ScreenC.o\
  54.  SignalResponder.o\
  55.  StdGadget.o\
  56.  TextView.o\
  57.  TimedMsgPort.o\
  58.  TimerC.o\
  59.  TypeInfo.o\
  60.  WindowCV.o\
  61.  
  62.  
  63. $(LIBRARYFILE): $(OBJS)
  64.    oml $(LIBRARYFILE) R $?
  65.  
  66.  
  67. .cxx.o:
  68.    sc $*.cxx includedirectory=$(APPINCLUDE) objectname=/APPLibrary/
  69.  
  70.  
  71. #
  72. # A++ source RCS dependencies
  73. #
  74.  
  75. ARexxObject.o: $(LIBSOURCE)ARexxObject.cxx $(APPHEADERS)comm/ARexxObject.h
  76.  
  77. TimerC.o: $(LIBSOURCE)TimerC.cxx $(APPHEADERS)devices/TimerC.h
  78.  
  79. APPObject.o: $(LIBSOURCE)APPObject.cxx $(APPHEADERS)environment/APPObject.h
  80.  
  81. Classes.o: $(LIBSOURCE)Classes.cxx $(APPHEADERS)environment/Classes.h
  82.  
  83. Dependencies.o: $(LIBSOURCE)Dependencies.cxx $(APPHEADERS)environment/Dependencies.h
  84.  
  85. MapArray.o: $(LIBSOURCE)MapArray.cxx $(APPHEADERS)environment/MapArray.h
  86.  
  87. TypeInfo.o: $(LIBSOURCE)TypeInfo.cxx $(APPHEADERS)environment/TypeInfo.h
  88.  
  89. List.o: $(LIBSOURCE)List.cxx $(APPHEADERS)exec/List.h
  90.  
  91. LvObject.o: $(LIBSOURCE)LvObject.cxx $(APPHEADERS)exec/LvObject.h
  92.  
  93. MessageC.o: $(LIBSOURCE)MessageC.cxx $(APPHEADERS)exec/MessageC.h
  94.  
  95. ObjectList.o: $(LIBSOURCE)ObjectList.cxx $(APPHEADERS)exec/ObjectList.h
  96.  
  97. PriorityList.o: $(LIBSOURCE)PriorityList.cxx $(APPHEADERS)exec/PriorityList.h
  98.  
  99. SignalResponder.o: $(LIBSOURCE)SignalResponder.cxx $(APPHEADERS)exec/SignalResponder.h
  100.  
  101. TimedMsgPort.o: $(LIBSOURCE)TimedMsgPort.cxx $(APPHEADERS)exec/TimedMsgPort.h
  102.  
  103. GT_Boolean.o: $(LIBSOURCE)GT_Boolean.cxx $(APPHEADERS)gadtools/GT_Boolean.h
  104.  
  105. GT_Listview.o: $(LIBSOURCE)GT_Listview.cxx $(APPHEADERS)gadtools/GT_Listview.h
  106.  
  107. GT_Scroller.o: $(LIBSOURCE)GT_Scroller.cxx $(APPHEADERS)gadtools/GT_Scroller.h
  108.  
  109. GT_String.o: $(LIBSOURCE)GT_String.cxx $(APPHEADERS)gadtools/GT_String.h
  110.  
  111. AutoDrawArea.o: $(LIBSOURCE)AutoDrawArea.cxx $(APPHEADERS)graphics/AutoDrawArea.h
  112.  
  113. Canvas.o: $(LIBSOURCE)Canvas.cxx $(APPHEADERS)graphics/Canvas.h
  114.  
  115. DrawArea.o: $(LIBSOURCE)DrawArea.cxx $(APPHEADERS)graphics/DrawArea.h
  116.  
  117. FontC.o: $(LIBSOURCE)FontC.cxx $(APPHEADERS)graphics/FontC.h
  118.  
  119. GBorder.o: $(LIBSOURCE)GBorder.cxx $(APPHEADERS)graphics/GBorder.h
  120.  
  121. GraphicObject.o: $(LIBSOURCE)GraphicObject.cxx $(APPHEADERS)graphics/GraphicObject.h
  122.  
  123. RectObject.o: $(LIBSOURCE)RectObject.cxx $(APPHEADERS)graphics/RectObject.h
  124.  
  125. RowColumnGroup.o: $(LIBSOURCE)RowColumnGroup.cxx $(APPHEADERS)graphics/RowColumnGroup.h
  126.  
  127. TextView.o: $(LIBSOURCE)TextView.cxx $(APPHEADERS)graphics/TextView.h
  128.  
  129. BoopsiGadget.o: $(LIBSOURCE)BoopsiGadget.cxx $(APPHEADERS)intuition/BoopsiGadget.h
  130.  
  131. GadgetCV.o: $(LIBSOURCE)GadgetCV.cxx $(APPHEADERS)intuition/GadgetCV.h
  132.  
  133. GT_Gadget.o: $(LIBSOURCE)GT_Gadget.cxx $(APPHEADERS)intuition/GT_Gadget.h
  134.  
  135. GWindow.o: $(LIBSOURCE)GWindow.cxx $(APPHEADERS)intuition/GWindow.h
  136.  
  137. IntuiMessageC.o: $(LIBSOURCE)IntuiMessageC.cxx $(APPHEADERS)intuition/IntuiMessageC.h
  138.  
  139. IntuiObject.o: $(LIBSOURCE)IntuiObject.cxx $(APPHEADERS)intuition/IntuiObject.h
  140.  
  141. IntuiRoot.o: $(LIBSOURCE)IntuiRoot.cxx $(APPHEADERS)intuition/IntuiRoot.h
  142.  
  143. Intui_TypeInfo.o: $(LIBSOURCE)Intui_TypeInfo.cxx $(APPHEADERS)intuition/Intui_TypeInfo.h
  144.  
  145. ITransponder.o: $(LIBSOURCE)ITransponder.cxx $(APPHEADERS)intuition/ITransponder.h
  146.  
  147. RawKeyDecoder.o: $(LIBSOURCE)RawKeyDecoder.cxx $(APPHEADERS)intuition/RawKeyDecoder.h
  148.  
  149. ScreenC.o: $(LIBSOURCE)ScreenC.cxx $(APPHEADERS)intuition/ScreenC.h
  150.  
  151. StdGadget.o: $(LIBSOURCE)StdGadget.cxx $(APPHEADERS)intuition/StdGadget.h
  152.  
  153. WindowCV.o: $(LIBSOURCE)WindowCV.cxx $(APPHEADERS)intuition/WindowCV.h
  154.  
  155. AttrList.o: $(LIBSOURCE)AttrList.cxx $(APPHEADERS)utility/AttrList.h
  156.  
  157.